home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / memsize.zip / MEMSIZE.H < prev    next >
Text File  |  1995-01-04  |  5KB  |  125 lines

  1. /****************************************************************** MEMSIZE.H
  2.  *                                                                          *
  3.  *         Display memory size statistics, refreshed every second.          *
  4.  *                                                                          *
  5.  ****************************************************************************/
  6.  
  7. #ifndef MEMSIZE_H
  8. #define MEMSIZE_H
  9.  
  10. #define ID_MAIN                            1
  11.  
  12. #define IDM_SAVE_APPLICATION               11
  13. #define IDM_RESET_DEFAULTS                 12
  14. #define IDM_HIDE_CONTROLS                  13
  15. #define IDM_CONFIGURE                      14
  16. #define   IDD_CONFIGURE                    140
  17. #define     IDD_CONFIG_HIDECONTROLS        140
  18. #define     IDD_CONFIG_FLOAT               141
  19. #define     IDD_CONFIG_ANIMATE             142
  20. #define     IDD_CONFIG_TIMER               143
  21. #define     IDD_CONFIG_ITEMS               144
  22. #define IDM_ABOUT                          15
  23. #define   IDD_ABOUT                        150
  24.  
  25. #define IDM_EXIT                           98
  26. #define IDM_KEYS_HELP                      99
  27.  
  28. #define IDD_PROFILE_PATH                   9900
  29. #define   IDD_PROF_ENTRY                   9900
  30. #define   IDD_PROF_ERR                     9901
  31.  
  32. #define IDS_HELPTITLE                      0x0000
  33. #define IDS_TITLE                          0x0001
  34.  
  35. #define IDS_SAVE_APPLICATION               0x0002
  36. #define IDS_RESET_DEFAULTS                 0x0003
  37. #define IDS_HIDE_CONTROLS                  0x0004
  38. #define IDS_CONFIGURE                      0x0005
  39. #define IDS_ABOUT                          0x0006
  40. #define IDS_HELP                           0x0007
  41.  
  42. #define IDS_SHOW_CLOCK_LABEL               0x0008
  43. #define IDS_SHOW_CLOCK_OPTION              0x0009
  44.  
  45. #define IDS_SHOW_ELAPSED_LABEL             0x000A
  46. #define IDS_SHOW_ELAPSED_OPTION            0x000B
  47.  
  48. #define IDS_SHOW_MEMORY_LABEL              0x000C
  49. #define IDS_SHOW_MEMORY_OPTION             0x000D
  50.  
  51. #define IDS_SHOW_SWAPSIZE_LABEL            0x000E
  52. #define IDS_SHOW_SWAPSIZE_OPTION           0x000F
  53.  
  54. #define IDS_SHOW_SWAPFREE_LABEL            0x0010
  55. #define IDS_SHOW_SWAPFREE_OPTION           0x0011
  56.  
  57. #define IDS_SHOW_SPOOLSIZE_LABEL           0x0012
  58. #define IDS_SHOW_SPOOLSIZE_OPTION          0x0013
  59.  
  60. #define IDS_SHOW_CPULOAD_LABEL             0x0014
  61. #define IDS_SHOW_CPULOAD_OPTION            0x0015
  62.  
  63. #define IDS_SHOW_TASKCOUNT_LABEL           0x0016
  64. #define IDS_SHOW_TASKCOUNT_OPTION          0x0017
  65.  
  66. #define IDS_SHOW_TOTALFREE_LABEL           0x0018
  67. #define IDS_SHOW_TOTALFREE_OPTION          0x0019
  68.  
  69. #define IDS_SHOW_DRIVE_FREE_LABEL          0x001A
  70. #define IDS_SHOW_DRIVE_FREE_OPTION         0x001B
  71.  
  72. #define IDS_DRIVEERROR                     0x001C
  73.  
  74. #define IDS_PARAMETERLIST                  0x001D
  75. #define IDS_PARMS_RESET                    0x001E
  76.  
  77. #define IDS_ERROR_INVALIDPARM              0x001F
  78. #define IDS_ERROR_PRFOPENPROFILE           0x0020
  79. #define IDS_ERROR_WINCREATEHELPINSTANCE    0x0021
  80. #define IDS_ERROR_WINCREATEFRAME           0x0022
  81. #define IDS_ERROR_WINREGISTERCLASS         0x0023
  82. #define IDS_ERROR_WINCREATEWINDOW          0x0024
  83. #define IDS_ERROR_DOSGETCTRYINFO           0x0025
  84.  
  85. #define IDS_DAY                            0x0026
  86. #define IDS_DAYS                           0x0027
  87. #define IDS_DAYSOFWEEK                     0x0028
  88.  
  89. #define IDS_EXCEPTION                      0x0029
  90.  
  91. #define IDS_HMERR                          0x8000
  92. #define IDS_HMERR_EXTHELPUNDEFINED         0x8001
  93. #define IDS_HMERR_NO_FRAME_WND_IN_CHAIN    0x8002
  94. #define IDS_HMERR_INVALID_ASSOC_APP_WND    0x8003
  95. #define IDS_HMERR_INVALID_ASSOC_HELP_IN    0x8004
  96. #define IDS_HMERR_INVALID_DESTROY_HELP_    0x8005
  97. #define IDS_HMERR_NO_HELP_INST_IN_CHAIN    0x8006
  98. #define IDS_HMERR_INVALID_HELP_INSTANCE    0x8007
  99. #define IDS_HMERR_INVALID_QUERY_APP_WND    0x8008
  100. #define IDS_HMERR_HELP_INST_CALLED_INVA    0x8009
  101. #define IDS_HMERR_HELPTABLE_UNDEFINE       0x800A
  102. #define IDS_HMERR_HELP_INSTANCE_UNDEFIN    0x800B
  103. #define IDS_HMERR_HELPITEM_NOT_FOUND       0x800C
  104. #define IDS_HMERR_INVALID_HELPSUBITEM_S    0x800D
  105. #define IDS_HMERR_HELPSUBITEM_NOT_FOUND    0x800E
  106. #define IDS_HMERR_INDEX_NOT_FOUND          0x800F
  107. #define IDS_HMERR_CONTENT_NOT_FOUND        0x8010
  108. #define IDS_HMERR_OPEN_LIB_FILE            0x8011
  109. #define IDS_HMERR_READ_LIB_FILE            0x8012
  110. #define IDS_HMERR_CLOSE_LIB_FILE           0x8013
  111. #define IDS_HMERR_INVALID_LIB_FILE         0x8014
  112. #define IDS_HMERR_NO_MEMORY                0x8015
  113. #define IDS_HMERR_ALLOCATE_SEGMENT         0x8016
  114. #define IDS_HMERR_FREE_MEMORY              0x8017
  115. #define IDS_HMERR_PANEL_NOT_FOUND          0x8018
  116. #define IDS_HMERR_DATABASE_NOT_OPEN        0x8019
  117. #define IDS_HMERR_UNKNOWN                  0x801A
  118. #define IDS_HELPMODE_FRAME                 0x801B
  119. #define IDS_HELPMODE_MENU                  0x801C
  120. #define IDS_HELPMODE_WINDOW                0x801D
  121. #define IDS_HELPMODE_UNKNOWN               0x801E
  122. #define IDS_HELPSUBITEMNOTFOUND            0x801F
  123.  
  124. #endif
  125.